* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, em, strong {
	font-weight: normal;
	font-style: normal;
}

body, input, textarea {
	color: #252525;
	font-family: verdana, tahoma, arial, "sans serif";
	font-size: 10px;
}

body {
	background-color: #ffffff;
}

ul, ol {
	list-style-type: none;
}

img {
	display: block;
	border: none;
}

a, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.clearer {
	clear: both;
	line-height: 0px;
	height: 0;
	font-size: 0;
}

.hide {
	display: none;
}

.japanese {
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;
}
#page {
	width: 950px;
	margin: 0 auto;
}

/*
----------------------------------

HEADER

----------------------------------
*/

#header {
	width: 950px;
	position: relative;
}

#header .language {
	margin: 10px 21px 10px 0;
	text-align: right;
}

#header .language a, #header .language a:visited {
	color: #ff7f00;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

#header .logo {
	float: left;
	width: 350px;
	margin-left: 15px;
}

#header .navigation-wrapper {
	float: right;
	margin: 5px 15px 0 0;
	background: transparent url(../images/navigation-right-bg.gif) scroll right top no-repeat;
	font-size: 13px;
	line-height: 47px;
}

#header .navigation {
	float: right;
	padding: 0 16px;
	background: transparent url(../images/navigation-left-bg.gif) scroll left top no-repeat;
}

#header .navigation li {
	float: left;
	background: transparent url(../images/navigation-bg.gif) scroll left top repeat-x;
}

#header .navigation a, #header .navigation a:visited {
	display: block;
	float: left;
	padding: 0 10px;
	color: #ffffff;
}

#header .navigation  a:hover, #header .navigation a:active {
	color: #c0da6a;
}

#header .navigation .current a, #header .navigation .current a:visited {
	color: #c0da6a;
}

#header .navigation .current a:hover, #header .navigation .current a:active {
	text-decoration: none;
}

/*
----------------------------------

TICKER

----------------------------------
*/

#ticker {
	margin-top: 15px;
	padding: 7px;
}

#ticker li {
	text-align: center;
	font-size: 12px;
	background-color: #ffffff;
}

#ticker li a, #ticker li a:visited {
	color: #31424f;
}

#ticker li a:hover, #ticker li a:active {
	color: #31424f;
}

/*
----------------------------------

CONTENT

----------------------------------
*/

#content-wrapper {
	width: 950px;
}

.content {
	width: 910px;
	margin: 0 auto;
	padding-top: 20px;
}

.content .left {
	width: 50%;
	vertical-align: top;
}

.content .right {
	width: 50%;
	padding-left: 20px;
	vertical-align: top;
}

/*
----------------------------------

FOOTER

----------------------------------
*/

#footer {
	margin-top: 20px;
	padding: 20px;
	background: #ffffff url(../images/footer-bg.gif) scroll left top repeat-x;
}

#footer p {
	line-height: 18px;
	font-size: 11px;
	text-align: center;
}

#footer p a, #footer p a:visited {
	color: #ff7f00;
}

#footer p a:hover, #footer p a:active {
	color: #ff7f00;
}/*
----------------------------------

PIKKLES | pikkles.com

copyright 2009

----------------------------------
*/

#title h1 {
	margin-bottom: 5px;
	color: #ff7f00;
	font-size: 26px;
	font-weight: bold;
}

#title p {
	padding-bottom: 10px;
	font-size: 14px;
	color: #ff7f00;
	border-bottom: 1px solid #e0e0e0;
}

#synopsis p {
	margin-top: 20px;
	font-size: 12px;
	line-height: 18px;
}

#synopsis p.first {
	margin-top: 0;
}

#synopsis ul {
	margin-top: 20px;
	list-style-type: disc;
}

#synopsis ul li {
	margin: 5px 0 0 25px;
	font-size: 12px;
	line-height: 18px;
}

#synopsis .right img {
	margin-top: 50px;
}

#contact h2 {
	padding-bottom: 7px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
}

#contact p {
	margin-top: 20px;
	font-size: 12px;
	line-height: 18px;
}

#contact p strong {
	font-weight: bold;
}

#contact p em {
	font-style: italic;
}

#contact a, #contact a:visited {
	color: #ff7f00;
	text-decoration: underline;
}

#contact a:hover, #contact a:active {
	color: #ff7f00;
}

#contact table {
	margin-top: 20px;
	border-collapse: collapse;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

#contact table th, #contact table td {
	padding: 7px 10px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	font-size: 12px;
	text-align: left;
}

#form p {
	margin-top: 15px;
	font-size: 12px;
}

#form input {
	width: 250px;
	margin-top: 5px;
	font-size: 14px;
}

#form textarea {
	width: 250px;
	height: 80px;
	margin-top: 5px;
	font-size: 14px;
}

#form .button {
	width: 250px;
	padding-top: 15px;
	text-align: right;
}

#form .button a, #form .button a:visited {
	display: block;
	float: right;
	padding: 5px 7px;
	background-color: #e4e4e4;
	color: #252525;
	font-size: 12px;
	text-transform: uppercase;
}

#form .button a:hover, #form .button a:active {
	background-color: #c7c7c7;
	text-decoration: none;
}

#map {
	margin-top: 15px;
}

#map p {
	text-align: right;
}

#map p a, #map p a:visited {
	display: block;
	float: right;
	padding: 5px 7px;
	background-color: #e4e4e4;
	color: #252525;
	font-size: 12px;
	text-transform: uppercase;
}

#map img {
	clear: both;
}